git log --oneline 으로 로그 요약

status
No value
project
false
area
false
resource
false
aliases
No value
tags
No value
description
No value
title
git log --oneline 으로 로그 요약
created
2024-04-11T10:47:36
updated
2026-03-03T13:38:42

명령어

git log --oneline

출력예시

f02aeb4 fix(comment): add existence test on CommentService
c6b2013 fix(comment): change type of fundId as number
704460f refactor(comment): change folder name
4093398 feat(comment): Add CommonExceptionFilter to conform CommonResponse
27ce9b4 feat(comment): Update create to find author
aa9f8ee fix(comment): Fix create method conforms return type GetCommentDto
616e1bf feat(comment): Add create method
7740ffd feat(comment): Add GetCommentDto to conform document
3dd5cb8 feat(comment): Implement findMany method from controller, service
a040b6b feat(comment): Update Comment Entity with user-defined JoinColumn
06d9c61 refactor: Uncomment funding annotations